home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / cloth.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  187 b   |  13 lines

  1. on mouseDown
  2.   button()
  3. end
  4.  
  5. on mouseUp
  6.   if rollOver(clickOn()) then
  7.     puppetSprite(25, 0)
  8.     puppetSprite(24, 0)
  9.     set the keyDownScript to "checkkey"
  10.     go("start")
  11.   end if
  12. end
  13.